home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / atari / birkhahn-metafont-packed-disks / mf27-2_2e-disk2.zoo / inputs / pandora.lzs / TTTEXT.MF < prev    next >
Text File  |  1991-08-15  |  2KB  |  35 lines

  1. %*****************************************************************************
  2. %        Copyright (c) 1989 by N. N. Billawala
  3. %*****************************************************************************
  4.  
  5.  
  6. % tttext.mf     Typewriter Text character set
  7.  
  8. font_coding_scheme:="TeX typewriter text";
  9.  
  10. inv_exclamation:=oct"016"; inv_question_mark:=oct"017";
  11.  
  12. font_slant oblique;                 % TeX fontdimen 1 slant
  13. font_normal_space mono#;            % TeX fontdimen 2 normal word monospace
  14. font_normal_stretch 0;              % TeX fontdimen 3 (no interword stretch)
  15. font_normal_shrink 0;               % TeX fontdimen 4 (no interword shrink)
  16. font_x_height xheight#;             % Tex fontdimen 5 for accents
  17. font_quad width#;                   % TeX fontdimen 6 quad width
  18. font_extra_space width#;            % TeX fontdimen 7 extra space(period)
  19.  
  20.  input widths                       % reference width and fitting infor
  21.  input panlow                       % (26) lowercase roman alphabet
  22.  input caps                         % (26) uppercase roman alphabet
  23.  input number                       % (10) numerals
  24.  input pangre                       % (11) uppercase greek
  25.  input panacc                       % (19) accents and ligatures common in sets
  26.  input panpun                       % (21) punctuation: common in all char sets
  27.  input puncts                       % ( 2) punctuation: Spanish inverted ?!
  28.  input punctt                       % ( 8) punctuation: for roman text set
  29.  input ttchar                       % ( 5) ligatures with "f"
  30.  
  31. ligtable "?": "`"=:inv_question_mark;
  32. ligtable "!": "`"=:inv_exclamation;
  33.  
  34. bye
  35.